OpenRoads Designer CONNECT Edition SDK Help

LinearElementCollection Class

Defines a Collection of LinearElement

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public class LinearElementCollection : IEnumerable, IDisposable
Inheritance → LinearElementCollection
Implements ,

Constructors

LinearElementCollection Initializes a new instance of the LinearElementCollection class

Properties

Count Counts the number of linear element in a collection collection

Methods

AddLinearElement(LinearElement) Adds a linear element to a collection collection
AddLinearElement(LinearElement, Int32, Boolean, Boolean) Adds a linear element to a collection collection
CreateConnectedCol Creates a linear element collection where all coincident elements are joined and non contigous sections are connected with gaps
CreateJoinCoincidentCol Creates a linear element collection where all coincident elements are joined and reversed if necessary. Elements that dont join will have gap element in between them
CreateLinearElement Creates linear elements from an collection of linear elements
Dispose() Releases all resources used by the LinearElementCollection
Dispose(Boolean) Releases the unmanaged resources used by the LinearElementCollection and optionally releases the managed resources
Finalize (Overrides )
GetEnumerator Gets an enumerator to browse the items of the collection
Item Gets the Collection member by index

See Also